@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
::-moz-selection {
  background: #ECF4D9;
  color: #00b580;
}
::selection {
  background: #ECF4D9;
  color: #00b580;
}

::-moz-selection {
  background: #ECF4D9;
  color: #00b580;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.45;
  }
}
img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none;
}

.lato {
  font-family: Lato, sans-serif;
}

.cg {
  font-family: "Cormorant Garamond", serif;
}

[class*=icon-] {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  * {
    max-width: 100%;
  }
  .slick-slider * {
    max-width: initial;
  }
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
#wrap {
  width: 100%;
}
#wrap.active {
  position: fixed;
}
@media print {
  #wrap.active {
    height: 100vh;
    overflow: hidden;
    position: absolute;
  }
}

.content-inner {
  width: 1000px;
  margin: auto;
}

.section-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  box-sizing: border-box;
}

.sidenav-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sidenav-column .side-navi {
  width: 236px;
}
.sidenav-column .text-block {
  width: 730px;
}

.side-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.side-column > * {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 20px 10px;
  }
  .side-column {
    display: block;
  }
  .side-column .table-scrollbox + .table-scrollbox {
    margin-top: 30px;
  }
  .side-column > * {
    width: 100%;
  }
}
.tag {
  padding: 0 1em;
  background: #f1b243;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  background: #f1b243;
}
.tag.jidousyo {
  background: #fa9e9e;
}
.tag.jitsuyousyo {
  background: #f1b243;
}
.tag.notebook {
  background: #61ced8;
}

@media screen and (max-width: 768px) {
  .tag {
    padding: 0 0.8em;
    line-height: 18px;
    font-size: 10px;
  }
}
.tag02 {
  display: inline-block;
  width: 110px;
  background: #9c9c9c;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .tag02 {
    width: 80px;
    line-height: 17px;
    font-size: 10px;
  }
}
.bg-orange {
  background-color: #f9f5ee;
}

.bg-yellow {
  background-color: #fcfbec;
}

.bg-pink {
  background-color: #fff7f3;
}

.bg-pink-thin {
  background-color: #fef8f8;
}

.bg-gray {
  background: #f6f6f6;
}

.bg-green {
  background-color: #f7fcf8;
}

.bg-blue {
  background-color: #f2f5fa;
}

.bg-purple {
  background-color: #f3f1f4;
}

.bg-red {
  background-color: #fef8f8;
}

.bg-pattern-check {
  background: url(../img/pattern/bg_2.png);
  background-size: 50px;
}

@media screen and (max-width: 768px) {
  .bg-pattern-check {
    background-size: 25px;
  }
}
.title-deco01 > span {
  background: url(/common/img/pattern/border.png) no-repeat bottom center;
  background-size: 127px 1px;
  padding-bottom: 10px;
  display: block;
}
.title-deco01.title-info > span {
  background-size: 280px 1px;
}
.title-deco01 img {
  display: block;
  margin: 0 auto;
}

.title-deco02 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}
.title-deco02:before {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}

.title-deco03 {
  text-align: center;
}
.title-deco03 img {
  margin: auto;
}
.title-deco03 span {
  background: url(/common/img/pattern/border.png) no-repeat bottom center;
  background-size: 127px 1px;
  padding-bottom: 15px;
  display: block;
}
.title-deco03 span:before {
  display: block;
}
.title-deco03 ~ .title-deco03 {
  margin-top: 50px;
}

.title-deco04 {
  font-size: 22px;
  background: rgba(0, 181, 128, 0.15);
  color: #009b74;
  padding: 7px 0 7px 15px;
  border-radius: 6px;
  font-weight: bold;
}

.title-deco05 {
  font-size: 18px;
  color: #009b74;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.title-deco05:before {
  content: "";
  width: 25px;
  height: 15px;
  display: inline-block;
  background: url(../img/icon/recommend-leaf.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.title-deco05 ~ .title-deco05 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .title-deco01.title-info > span {
    background-size: 160px;
  }
  .title-deco02 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .title-deco02:before {
    font-size: 22px;
  }
  .title-deco03 {
    font-size: 20px;
  }
  .title-deco03 span {
    padding-bottom: 10px;
  }
  .title-deco04 {
    padding: 5px 0 5px 10px;
    font-size: 18px;
  }
  .title-deco05 {
    font-size: 16px;
  }
  .title-deco05:before {
    width: 22px;
    height: 12px;
  }
  .title-deco05 ~ .title-deco05 {
    margin-top: 30px;
  }
}
.btn-deco01 a {
  position: relative;
  padding: 0 30px 0 20px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.btn-deco01 a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 14px;
  border-color: transparent transparent transparent #000;
  content: "";
}

.btn-deco02 > * {
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 4px;
  background-color: #00b580;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  color: #fff;
  position: relative;
  margin: auto;
  display: block;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}
.btn-deco02 > *:before {
  content: "\e00e";
  font-family: "iconfont";
  font-size: 38px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}
.btn-deco02 > *.arrow::before {
  content: "";
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-right: 10px;
  position: relative;
  top: -2px;
  margin-top: 0;
}
.btn-deco02 > *.mail::before {
  content: "\e00f";
  font-size: 18px;
}

.return-submit {
  width: 170px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  background-color: #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #666;
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn-deco01 a {
    padding: 0 20px 3px 10px;
    font-size: 12px;
  }
  .btn-deco01 a:after {
    border-width: 4px 0 0 9px;
  }
  .btn-deco02 > * {
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
  .btn-deco02 > *:before {
    font-size: 30px;
    margin-top: -3px;
  }
  .return-submit {
    font-size: 14px;
    width: 150px;
  }
}
/*========================
 共通ヘッダー
========================*/
.page-header-wrap {
  height: 68px;
}

.page-header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.page-header a {
  text-decoration: none;
  color: #333;
}
.page-header .inner {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: auto;
  height: 68px;
}
.page-header .inner .logo {
  width: 180px;
  height: 47px;
  flex-shrink: 0;
}
.page-header .inner .gnav {
  display: flex;
  align-items: center;
  margin-left: 80px;
  height: 50px;
  line-height: 1;
}
.page-header .inner .gnav .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 127px;
  position: relative;
}
.page-header .inner .gnav .item:last-child::before, .page-header .inner .gnav .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 30px;
  box-sizing: border-box;
  border-left: 1px dotted #ccc;
}
.page-header .inner .gnav .item:last-child::before {
  left: auto;
  right: 0;
}
.page-header .inner .gnav .item a {
  display: block;
  font-size: 12px;
  text-shadow: 0 0 0;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
.page-header .inner .gnav .item a .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin: 0 auto 3px;
}
.page-header .inner .gnav .item a .text {
  line-height: 12px;
}
.page-header .inner .gnav .item a[href^="/search/"]:hover {
  color: #22a886;
}
.page-header .inner .gnav .item a[href^="/extra/"]:hover {
  color: #33a7b2;
}
.page-header .inner .gnav .item a[href^="/info/"]:hover {
  color: #6a8cc2;
}
.page-header .inner .gnav .item a[href^="/company/"]:hover {
  color: #8d73a0;
}
.page-header .inner .gnav .item a[href^="/support/"]:hover {
  color: #d67e7e;
}
.page-header .inner .gnav .item.info {
  width: 155px;
}
.page-header .inner .gnav .item a {
  font-size: 11px;
}
.page-header .inner .twitter {
  margin-left: 21px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-header-wrap {
    height: 45px;
  }
  .page-header .inner {
    height: 45px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .page-header .inner .logo {
    height: 31px;
  }
  .page-header .inner .gnav {
    display: none;
    position: fixed;
    margin: 0;
    left: 0;
    top: 45px;
    height: auto;
    z-index: 200;
    width: 100%;
    background-color: #00b580;
  }
  .page-header .inner .gnav .item {
    height: 40px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .page-header .inner .gnav .item::after {
    width: 100%;
    height: 1px;
    top: 0;
    border-left: none;
    border-bottom: 1px dotted #fff;
  }
  .page-header .inner .gnav .item:last-child::before {
    content: none;
  }
  .page-header .inner .gnav .item a {
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 23px;
  }
  .page-header .inner .gnav .item a .image {
    width: 25px;
    margin: 0 auto;
  }
  .page-header .inner .gnav .item a .text {
    flex: 1;
    margin-left: 13px;
    text-align: left;
  }
  .page-header .inner .gnav .item.info {
    width: 100%;
  }
  .page-header .inner .twitter {
    margin: 0;
    position: absolute;
    right: 51px;
    top: 7px;
  }
  .page-header .inner .twitter svg {
    width: 32px;
    height: auto;
  }
}
.gnav-toggle {
  font-family: Lato, sans-serif;
  position: absolute;
  width: 33px;
  height: 30px;
  top: 9px;
  right: 9px;
}
.gnav-toggle span {
  position: absolute;
  display: block;
  background-color: #009b74;
  width: 23px;
  height: 2px;
  right: 5px;
  border-radius: 6px;
  transition: 0.5s;
}
.gnav-toggle span:nth-child(1) {
  top: 0;
}
.gnav-toggle span:nth-child(2) {
  top: 7px;
}
.gnav-toggle span:nth-child(3) {
  top: 14px;
}
.gnav-toggle.active span:nth-child(1) {
  top: 7px;
  transform: rotate(-315deg);
}
.gnav-toggle.active span:nth-child(2) {
  transform: translateX(60px);
}
.gnav-toggle.active span:nth-child(3) {
  top: 7px;
  transform: rotate(315deg);
}
.gnav-toggle .text {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  line-height: 1;
  font-size: 10px;
}

/*===============================
 パンくず
=============================== */
.bread {
  background-color: #eee;
  padding: 10px 0;
}
.bread .content-inner {
  display: flex;
  white-space: nowrap;
}
.bread li + li {
  padding-left: 30px;
  position: relative;
}
.bread li + li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
}
.bread li:last-child {
  color: #009b74;
}

@media screen and (max-width: 768px) {
  .bread {
    padding: 8px 10px;
    font-size: 12px;
  }
  .bread .content-inner {
    overflow-x: scroll;
  }
  .bread li + li {
    padding-left: 25px;
  }
  .bread li + li:before {
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }
}
/*===============================
 会社概要
=============================== */
.company-block {
  padding: 45px 0 150px;
}

.side-navi li + li {
  border-top: 2px solid #efeae1;
}
.side-navi a {
  background-color: #fff;
  display: flex;
  align-items: center;
  min-height: 54px;
  height: 100%;
  transition: 0.3s;
  padding-left: 17px;
  font-weight: bold;
}
.side-navi a:before {
  content: "";
  display: inline-block;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: 2px;
  margin-right: 10px;
  transition: 0.3s;
}
.side-navi a:hover {
  background-color: #e5f1ee;
}
.side-navi a:hover::before {
  border-color: #009b74;
}

.company .side-navi .company a {
  background-color: #e5f1ee;
}

.company .side-navi .company a::before {
  border-color: #009b74;
}

.company-recruit .side-navi .company-recruit a {
  background-color: #e5f1ee;
}

.company-recruit .side-navi .company-recruit a::before {
  border-color: #009b74;
}

.company-access .side-navi .company-access a {
  background-color: #e5f1ee;
}

.company-access .side-navi .company-access a::before {
  border-color: #009b74;
}

.company-history .side-navi .company-history a {
  background-color: #e5f1ee;
}

.company-history .side-navi .company-history a::before {
  border-color: #009b74;
}

.company-greetings .side-navi .company-greetings a {
  background-color: #e5f1ee;
}

.company-greetings .side-navi .company-greetings a::before {
  border-color: #009b74;
}

.sidenav-column {
  margin-top: 25px;
}
.sidenav-column .text-block {
  background-color: #fff;
  border-top: 2px solid #009b74;
  padding: 45px 60px 45px;
  box-sizing: border-box;
}
.sidenav-column .text-block .table-type01 b {
  font-weight: inherit;
  font-size: 16px;
  color: #009b74;
}
.sidenav-column .text-block .table-type01 th, .sidenav-column .text-block .table-type01 td {
  padding: 15px 0;
}
.sidenav-column .text-block .table-type01 th {
  padding-right: 20px;
  box-sizing: border-box;
}
.sidenav-column .text-block .table-type01 .btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin: 3px 0;
  border-radius: 4px;
  background-color: #00b580;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
}
.sidenav-column .text-block .sub-detail .title {
  display: block;
  font-size: 16px;
  color: #009b74;
}
.sidenav-column .text-block .sub-detail .text {
  display: block;
  margin-bottom: 10px;
}
.sidenav-column .text-block .btn-deco02 {
  margin-top: 10px;
}
.sidenav-column .text-block .btn-deco02 > * {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin: 0;
}
.sidenav-column .text-block .btn-deco02 > *:before {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}
.sidenav-column .iframe-map iframe {
  width: 100%;
  height: 400px;
}

.nagaoka-greeting {
  line-height: 2;
  margin-top: 20px;
}
.nagaoka-greeting p {
  margin: 5px 0;
}

.table-type01.nagaoka-history {
  margin-top: 20px;
}
.table-type01.nagaoka-history th {
  width: 17%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .table-type01.nagaoka-history th {
    font-size: 14px;
    width: 100%;
  }
}
.table-type01.nagaoka-history td {
  width: 83%;
}
@media screen and (max-width: 768px) {
  .table-type01.nagaoka-history td {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .company-block {
    padding: 30px 10px 50px;
  }
  .company-block .title-deco01 img {
    width: 85px;
  }
  .sidenav-column .side-navi {
    width: 100%;
  }
  .sidenav-column .side-navi a {
    min-height: 50px;
  }
  .sidenav-column .text-block {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .sidenav-column .text-block .table-type01 th, .sidenav-column .text-block .table-type01 td {
    padding: 0;
  }
  .sidenav-column .text-block .sub-detail .title {
    font-size: 14px;
  }
  .sidenav-column .iframe-map iframe {
    height: 250px;
  }
}
/*===============================
 サポート
=============================== */
.support-block {
  padding: 40px 0 150px;
}
.support-block .support-inner {
  width: 1000px;
  margin: 25px auto 0;
}
.support-block .support-inner .news-list {
  margin-top: 20px;
}
.support-block .support-inner .news-list .item {
  padding: 10px 0;
}
.support-block .support-inner .news-list .item + .item {
  border-top: 1px dashed #000;
}
.support-block .support-inner .news-list .item .date {
  font-weight: bold;
  margin-right: 10px;
}
.support-block .support-inner .news-list .item a:hover {
  text-decoration: underline;
}
.support-block .support-inner .support-title {
  border-top: 2px solid #009b74;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: 0.5s;
}
.support-block .support-inner .support-title::before {
  content: "";
  width: 28px;
  height: 15px;
  background: url(../img/icon/recommend-leaf.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.support-block .support-inner .support-title::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}
.support-block .support-inner .support-title ~ .support-title {
  margin-top: 25px;
}
.support-block .support-inner .support-title.active {
  padding-top: 40px;
}
.support-block .support-inner .support-title.active::after {
  transform: rotate(-135deg);
}
.support-block .support-inner .text-block {
  display: none;
  background-color: #fff;
  padding: 0 70px 75px;
}
.support-block .support-inner .text-block > .title {
  font-size: 16px;
  color: #009b74;
  margin-top: 10px;
  margin-bottom: 5px;
}
.support-block .support-inner .text-block > .title ~ .title {
  margin-top: 15px;
}
.support-block .support-inner .text-block dl {
  padding: 20px;
}
.support-block .support-inner .text-block dl dt {
  font-size: 16px;
  font-weight: bold;
}
.support-block .support-inner .text-block .free_dial {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  vertical-align: middle;
}
.support-block .support-inner .book-series {
  border: 1px solid #ccc;
  padding: 15px 20px;
}
.support-block .support-inner .book-series .title {
  font-size: 16px;
  font-weight: bold;
}
.support-block .support-inner .book-series .text {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #ccc;
}
.support-block .support-inner .book-series + .book-series {
  margin-top: 10px;
}
.support-block .support-inner .btn-deco02 {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .support-block {
    padding: 40px 10px 60px;
  }
  .support-block .title-deco01 img {
    width: 130px;
  }
  .support-block .support-inner {
    margin: 15px auto 0;
  }
  .support-block .support-inner .support-title {
    padding: 10px 0;
    font-size: 16px;
  }
  .support-block .support-inner .support-title::before {
    width: 22px;
    height: 12px;
    margin-bottom: 5px;
  }
  .support-block .support-inner .support-title::after {
    width: 14px;
    height: 14px;
  }
  .support-block .support-inner .support-title.active {
    padding-top: 30px;
  }
  .support-block .support-inner .text-block {
    padding: 0 10px 30px;
  }
  .support-block .support-inner .text-block .lead {
    font-size: 12px;
  }
  .support-block .support-inner .text-block > .title {
    font-size: 14px;
  }
  .support-block .support-inner .text-block dl {
    padding: 10px;
    font-size: 12px;
  }
  .support-block .support-inner .text-block dl dt {
    font-size: 14px;
  }
  .support-block .support-inner .text-block .free_dial {
    width: 20px;
  }
  .support-block .support-inner .book-series {
    padding: 15px;
  }
  .support-block .support-inner .book-series .title {
    font-size: 12px;
  }
  .support-block .support-inner .book-series .text {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}
/*===============================
 探す
=============================== */
.search-book {
  padding: 40px 0 150px;
}
.search-book .section-inner {
  margin-top: 25px;
  padding-top: 45px;
}
.search-book .btn-deco02 {
  margin-top: 40px;
}
.search-book input[type=text] {
  background-color: #fafafa;
  border: solid 1px #ccc;
  width: 540px;
  height: 40px;
  border-radius: 4px;
  padding-left: 15px;
  box-sizing: border-box;
}
.search-book .check-block {
  margin-top: 20px;
}
.search-book .form-check-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
  max-width: 700px;
}
.search-book .form-check-list li {
  width: auto;
  margin: 10px 15px 0 0;
}
.search-book .category-hd {
  display: flex;
  justify-content: space-between;
}
.search-book .category-hd + .check-block {
  display: none;
}
.search-book .category-hd .title {
  font-size: 16px;
  color: #009b74;
}
.search-book .category-hd ~ .category-hd {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}
.search-book .category-hd .more {
  background-color: #00b580;
  border-radius: 4px;
  width: 160px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 15px;
  color: #fff;
  cursor: pointer;
}
.search-book .category-hd .more .more-icon:after {
  content: "\e005";
  font-weight: normal;
  font-family: "iconfont";
  font-size: 25px;
  vertical-align: middle;
  margin-left: 10px;
  transition: 0.3s;
}
.search-book .category-hd .more.open .more-icon:after {
  content: "\e004";
}
.search-book .select-box {
  display: flex;
}
.search-book .select-box .item {
  display: flex;
  align-items: center;
  position: relative;
}
.search-book .select-box .item .text {
  margin: 0 10px;
}
.search-book .select-box .item:nth-of-type(2):after {
  content: "~";
  font-size: 46px;
  line-height: 1;
  color: #999;
  margin-right: 10px;
}
.search-book .select-box .seclect-item {
  position: relative;
}
.search-book .select-box .seclect-item:after {
  content: "";
  width: 50px;
  height: calc(100% - 16px);
  position: absolute;
  right: 0;
  top: 8px;
  border-left: 2px solid #e5e5e5;
}
.search-book .select-box .seclect-item:before {
  content: "";
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #00b57f transparent transparent transparent;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
}
.search-book .select-box .seclect-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fafafa;
  border: solid 1px #ccc;
}
.search-book .select-box .seclect-item select::-ms-expand {
  display: none;
}
.search-book .select-box .seclect-item.year select {
  width: 140px;
}
.search-book .select-box .seclect-item.month select {
  width: 120px;
}

.checkbox {
  position: relative;
  padding: 5px 0 5px 28px;
  display: inline-block;
  cursor: pointer;
}
.checkbox:after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background-color: #fafafa;
  border: solid 1px #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.checkbox:before {
  content: "";
  width: 12px;
  height: 6px;
  border-top: 4px solid #00b580;
  border-right: 4px solid #00b580;
  transform: rotate(135deg);
  position: absolute;
  left: 4px;
  top: -2px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.checkbox.checked:before {
  opacity: 1;
}
.checkbox input {
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .search-book {
    padding: 30px 10px 50px;
  }
  .search-book input[type=text] {
    width: 100%;
  }
  .search-book .section-inner {
    padding: 20px 10px;
  }
  .search-book .category-hd .more {
    width: 160px;
  }
  .search-book .select-box {
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .search-book .select-box .item {
    width: 50%;
    margin-top: 10px;
  }
  .search-book .select-box .item:nth-of-type(2):after {
    font-size: 30px;
    margin-right: 0;
  }
  .search-book .select-box .item:last-child:after {
    content: "~";
    font-size: 30px;
    margin-right: 0;
    color: transparent;
  }
  .search-book .select-box .seclect-item {
    width: 100%;
  }
  .search-book .select-box .seclect-item:after {
    width: 35px;
  }
  .search-book .select-box .seclect-item:before {
    right: 12px;
    border-width: 8px 6px 0 6px;
    margin-top: -4px;
  }
  .search-book .select-box .seclect-item.year select, .search-book .select-box .seclect-item.month select {
    width: 100%;
  }
}
.search-category {
  padding: 35px 0 50px;
}
.search-category .section-inner {
  margin-top: 30px;
  padding: 12px 70px 20px;
  position: relative;
}
.search-category .section-inner:after {
  content: "";
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
}
.search-category .title-deco02 {
  border-bottom: 1px dashed #009b74;
}
.search-category .title-deco02:before {
  color: #009b74;
}
.search-category .title-deco02.jidousyo {
  border-bottom: 1px dashed #fa9e9e;
}
.search-category .title-deco02.jidousyo:before {
  color: #fa9e9e;
}
.search-category .title-deco02.jitsuyousyo {
  border-bottom: 1px dashed #f1b243;
}
.search-category .title-deco02.jitsuyousyo:before {
  color: #f1b243;
}
.search-category .title-deco02.notebook {
  border-bottom: 1px dashed #61ced8;
}
.search-category .title-deco02.notebook:before {
  color: #61ced8;
}
.search-category .category-tag-list {
  margin-left: -10px;
}
.search-category .category-tag-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-category .category-tag-list li {
  margin: 18px 0 0 10px;
}
.search-category .category-tag-list li a {
  display: block;
  padding: 6px 9px;
  transition: 0.3s;
  background-color: #f4f0e9;
}
.search-category .category-tag-list li a:hover {
  color: #fff;
  background-color: #fa9e9e;
}
.search-category .category-tag-list.jidousyo li a:hover {
  background-color: #fa9e9e;
}
.search-category .category-tag-list.jidousyo li.current a {
  background-color: #fa9e9e;
  color: #fff;
}
.search-category .category-tag-list.jitsuyousyo li a:hover {
  background-color: #f1b243;
}
.search-category .category-tag-list.jitsuyousyo li.current a {
  background-color: #f1b243;
  color: #fff;
}
.search-category .category-tag-list.notebook li a:hover {
  background-color: #61ced8;
}
.search-category .category-tag-list.notebook li.current a {
  background-color: #61ced8;
  color: #fff;
}
.search-category .refine {
  font-size: 16px;
  text-align: center;
  margin-top: 23px;
}
.search-category .refine:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .search-category {
    padding: 30px 10px 40px;
  }
  .search-category .section-inner {
    padding: 20px 10px;
    margin-top: 25px;
  }
  .search-category .category-tag-list {
    display: none;
    margin-top: 5px;
  }
  .search-category .category-tag-list li {
    margin-top: 10px;
  }
  .search-category .category-tag-list li a {
    font-size: 12px;
    padding: 5px;
  }
  .search-category .refine {
    margin-top: 10px;
    font-size: 14px;
  }
  .search-category .refine::after {
    width: 6px;
    height: 6px;
    position: relative;
    top: -2px;
  }
  .search-category .refine.accoidon::after {
    transform: rotate(135deg);
    margin-left: 5px;
  }
  .search-category .refine.accoidon.active::after {
    transform: rotate(-45deg);
  }
}
.pager {
  display: flex;
  justify-content: center;
  margin: 40px 0 100px;
}
.pager .page-numbers {
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
}
.pager .page-numbers.dots {
  color: #00b580;
  margin: 0;
}
.pager .page-numbers.next, .pager .page-numbers.prev {
  display: none;
}
.pager a {
  background-color: #fff;
  border: 1px solid #00b580;
  box-sizing: border-box;
  color: #00b580;
  transition: 0.3s;
}
.pager a:hover {
  background-color: #00b580;
  border: 1px solid #00b580;
  box-sizing: border-box;
  color: #fff;
}
.pager .current {
  background-color: #00b580;
  border: 1px solid #00b580;
  box-sizing: border-box;
  color: #fff;
}
.pager .prev, .pager .next {
  background: none;
  border: none;
}
.pager .prev:hover, .pager .next:hover {
  background: none;
  border: none;
}

@media screen and (max-width: 768px) {
  .pager {
    margin: 30px 0 40px;
  }
}
/*===============================
 表
=============================== */
.table-type01 {
  width: 100%;
  table-layout: fixed;
}
.table-type01 th {
  width: 23%;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
}
.table-type01 td {
  width: 77%;
}
.table-type01 th, .table-type01 td {
  padding: 30px 0;
}
.table-type01 tr + tr th, .table-type01 tr + tr td {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .table-type01 tr {
    display: block;
    padding: 10px 0 20px;
  }
  .table-type01 tr + tr {
    border-top: 1px dashed rgba(0, 0, 0, 0.3);
    padding: 20px 0;
  }
  .table-type01 tr + tr th, .table-type01 tr + tr td {
    border: none;
  }
  .table-type01 th, .table-type01 td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table-type01 th {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.table-type02 {
  border: solid #ccc 1px;
  width: 100%;
}
.table-type02 th, .table-type02 td {
  padding: 15px;
  border: solid #ccc 1px;
}
.table-type02 thead th {
  color: #fff;
  text-align: center;
}
.table-type02 tbody th {
  text-align: center;
}
.table-type02 tbody td {
  background-color: #fff;
}
.table-type02.green thead th {
  background-color: #607e66;
}
.table-type02.green tbody th {
  background-color: #e8f2ea;
}
.table-type02.blue thead th {
  background-color: #486288;
}
.table-type02.blue tbody th {
  background-color: #e7effa;
}
.table-type02.purple thead th {
  background-color: #76608b;
}
.table-type02.purple tbody th {
  background-color: #eee9f3;
}
.table-type02.red thead th {
  background-color: #b00e0f;
}
.table-type02.red tbody th {
  background-color: #ffeded;
}
.table-type02.pink thead th {
  background-color: #f89393;
}
.table-type02.pink tbody th {
  background-color: #ffefef;
}

@media screen and (max-width: 768px) {
  .table-scrollbox {
    overflow-x: scroll;
  }
  .table-type02 {
    width: 420px;
  }
  .table-type02 th, .table-type02 td {
    padding: 10px;
  }
  .table-type02 thead th {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
  }
}
/*===============================
 作品
=============================== */
.pickup-books {
  padding-bottom: 150px;
}
.pickup-books .hd-banner {
  padding: 35px 0;
}
.pickup-books .hd-banner img {
  margin: auto;
}
.pickup-books .title-deco03 span:before {
  font-size: 26px;
  margin-bottom: 10px;
}
.pickup-books .title-deco03 .icon-jidousyo::before {
  color: #fa9e9e;
}
.pickup-books .title-deco03 .icon-jitsuyou::before {
  color: #f1b243;
}
.pickup-books .title-deco03 .icon-calender::before {
  color: #61ced8;
}
.pickup-books .pickup-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.pickup-books .pickup-list .item {
  width: calc(50% - 30px);
  margin: 30px 0 0 30px;
  background-color: #fff;
  border: 1px solid #e8c70e;
  box-sizing: border-box;
  position: relative;
}
.pickup-books .pickup-list .item:before {
  content: "";
  background-position: center;
  background-size: 89px auto;
  width: 89px;
  height: 24px;
  position: absolute;
  left: 50%;
  margin-top: -12px;
  margin-left: -44px;
}
.pickup-books .pickup-list .item a {
  padding: 20px;
  display: block;
  transition: 0.3s;
}
.pickup-books .pickup-list .item a:hover {
  opacity: 0.6;
}
.pickup-books .pickup-list .item .detail {
  display: flex;
}
.pickup-books .pickup-list .item .detail .img-box {
  flex-shrink: 0;
  width: 130px;
}
.pickup-books .pickup-list .item .detail .img-box .spec {
  font-size: 12px;
  margin-top: 15px;
}
.pickup-books .pickup-list .item .detail .img-box .spec .title {
  color: #009b74;
}
.pickup-books .pickup-list.jidousyo .item::before {
  background-image: url("/common/img/pattern/ili_08.png");
}
.pickup-books .pickup-list.jitsuyou .item::before {
  background-image: url("/common/img/pattern/ili_09.png");
}
.pickup-books .pickup-list.calender .item::before {
  background-image: url("/common/img/pattern/ili_10.png");
}
.pickup-books .pickup-list .text-box {
  padding-left: 25px;
}
.pickup-books .pickup-list .text-box .title {
  font-size: 18px;
  font-weight: bold;
}
.pickup-books .pickup-list .text-box .note {
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}
.pickup-books .pickup-list .text-box .text {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}
.pickup-books .btn-deco02 {
  margin-top: 50px;
}
.pickup-books .btn-deco02 a {
  line-height: 1.5;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  padding: 0 15px;
  font-size: 18px;
  box-sizing: border-box;
}
.pickup-books .btn-deco02 a:before {
  content: none;
}
.pickup-books .btn-deco02 a:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  margin-left: 5px;
}
.pickup-books .btn-deco02 a.green {
  background-color: #607e66;
}
.pickup-books .btn-deco02 a.blue {
  background-color: #486288;
}

@media screen and (max-width: 768px) {
  .pickup-books {
    padding: 30px 10px 50px;
  }
  .pickup-books .hd-banner {
    padding: 0 0 30px 0;
  }
  .pickup-books .title-deco03 .icon-jidousyo:before {
    font-size: 18px;
    margin: 20px 0 3px;
  }
  .pickup-books .title-deco03 .icon-jidousyo img {
    width: 40px;
  }
  .pickup-books .title-deco03 .icon-jitsuyou:before {
    font-size: 18px;
    margin: 0 0 3px;
  }
  .pickup-books .title-deco03 .icon-jitsuyou img {
    width: 41px;
  }
  .pickup-books .pickup-list {
    display: block;
    margin-left: 0;
  }
  .pickup-books .pickup-list .item {
    margin: 15px 0 0;
    width: 100%;
  }
  .pickup-books .pickup-list .item:before {
    background-size: 44px 12px;
    width: 44px;
    height: 12px;
    top: 6px;
    margin-left: -22px;
  }
  .pickup-books .pickup-list .item a {
    padding: 20px 10px;
  }
  .pickup-books .pickup-list .item .detail {
    display: block;
  }
  .pickup-books .pickup-list .item .detail .img-box {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pickup-books .pickup-list .item .detail .img-box .spec {
    margin-top: 5px;
  }
  .pickup-books .pickup-list .item .detail .text-box {
    padding-left: 0;
    margin-top: 10px;
  }
  .pickup-books .pickup-list .item .detail .text-box .title {
    font-size: 16px;
  }
  .pickup-books .pickup-list .item .detail .text-box .note {
    margin: 3px 0;
  }
  .pickup-books .btn-deco02 {
    margin-top: 25px;
  }
  .pickup-books .btn-deco02 a {
    font-size: 14px;
    width: 295px;
    padding: 0;
    height: 60px;
  }
  .pickup-books .btn-deco02 a:after {
    width: 8px;
    height: 8px;
    margin-left: 0;
  }
}
/*===============================
 一覧
=============================== */
@-webkit-keyframes star {
  0%, 40% {
    transform: rotateY(0deg);
  }
  60%, 100% {
    transform: rotateY(360deg);
  }
}
@keyframes star {
  0%, 40% {
    transform: rotateY(0deg);
  }
  60%, 100% {
    transform: rotateY(360deg);
  }
}
.book-block {
  padding-bottom: 60px;
  position: relative;
}
.book-block .title-deco01 {
  padding-top: 25px;
}
.book-block .title-deco01 img {
  width: auto;
}
.book-block .title-deco01 > span {
  position: relative;
  display: block;
  width: 111px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
}
.book-block .title-deco01 .line-none {
  background: none;
  width: auto;
}
.book-block .title-deco01 .parts-star {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 325px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  transition: 1s;
  opacity: 0;
}
.book-block .title-deco01 .parts-star.show {
  top: 0;
  opacity: 1;
}
.book-block .title-deco01 .parts-star > * {
  position: relative;
  height: 75px;
}
.book-block .title-deco01 .parts-star > * .sub {
  position: absolute;
}
.book-block .title-deco01 .parts-star .parts-left {
  display: block;
}
.book-block .title-deco01 .parts-star .parts-left .sub {
  width: 15px;
  left: 1px;
  bottom: 0;
  -webkit-animation: star 2.5s 2s infinite linear;
          animation: star 2.5s 2s infinite linear;
}
.book-block .title-deco01 .parts-star .parts-left .sub.none {
  -webkit-animation: none;
          animation: none;
}
.book-block .title-deco01 .parts-star .parts-right {
  display: block;
}
.book-block .title-deco01 .parts-star .parts-right .sub {
  width: 15px;
  left: 20px;
  bottom: 8px;
  -webkit-animation: star 2.5s 3s infinite linear;
          animation: star 2.5s 3s infinite linear;
}
.book-block .title-deco01 .parts-star .parts-right .sub.none {
  -webkit-animation: none;
          animation: none;
}
.book-block .book-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -30px;
}
.book-block .book-list .item {
  width: 226px;
  box-sizing: border-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 15px 0 15px 30px;
}
.book-block .book-list .item a {
  display: block;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.book-block .book-list .item a:after {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  content: "";
}
.book-block .book-list .item a:hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.book-block .book-list .item .img {
  position: relative;
  height: 260px;
}
.book-block .book-list .item .img img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  border: 1px solid #ddd;
}
.book-block .book-list .item .txt-box {
  margin-top: 15px;
}
.book-block .book-list .item .txt-box .main {
  display: block;
}
.book-block .book-list .item .txt-box .sub {
  display: none;
}
.book-block .book-list .item .tag {
  display: inline-block;
}
.book-block .book-list .item .title {
  margin-top: 5px;
}
.book-block .btn-deco01 {
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .book-block {
    overflow: hidden;
    padding: 0 10px 30px;
  }
  .book-block .title-deco01 {
    padding-top: 30px;
  }
  .book-block .title-deco01 img {
    width: 71px;
    height: auto;
  }
  .book-block .title-deco01 > span {
    width: 86px;
    font-size: 18px;
  }
  .book-block .title-deco01 .parts-star {
    width: 223px;
  }
  .book-block .title-deco01 .parts-star > * {
    height: 62px;
  }
  .book-block .title-deco01 .parts-star .main img {
    width: 40px;
  }
  .book-block .title-deco01 .parts-star .sub img {
    width: 10px;
    height: auto;
  }
  .book-block .title-deco01 .parts-star .parts-left .sub {
    left: -1px;
    bottom: 4px;
  }
  .book-block .title-deco01 .parts-star .parts-right .sub {
    left: 14px;
    bottom: 9px;
  }
  .book-block .book-list {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .book-block .book-list .item {
    position: relative;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .book-block .book-list .item a {
    padding: 5px;
    display: flex;
    align-items: flex-start;
  }
  .book-block .book-list .item .txt-box {
    width: calc(100% - 85px);
    margin-top: 3px;
    padding-left: 13px;
    box-sizing: border-box;
  }
  .book-block .book-list .item .img {
    height: 103px;
    width: 72px;
  }
  .book-block .book-list .item .img img {
    max-width: 100%;
    max-height: 100%;
  }
  .book-block .book-list .item .title {
    font-size: 12px;
  }
  .book-block .book-list .item .title .sub {
    display: block;
    margin: 3px 0;
    font-size: 10px;
    color: #888;
  }
  .book-block .btn-deco01 {
    margin-top: 16px;
  }
}
/*===============================
 おすすめ一覧
=============================== */
.recommend-block {
  padding: 50px 0 45px;
}
.recommend-block .title-deco01 img {
  width: auto;
}
.recommend-block .title-deco01 span {
  position: relative;
  display: block;
  width: 193px;
  margin: 0 auto;
}
.recommend-block .title-deco01 span:after, .recommend-block .title-deco01 span:before {
  position: absolute;
  top: 10px;
  width: 100px;
  height: 50px;
  content: "";
}
.recommend-block .title-deco01 span:after {
  left: -120px;
  background: url(../img/pattern/ill_05.png) no-repeat;
  background-size: auto 50px;
}
.recommend-block .title-deco01 span:before {
  right: -120px;
  background: url(../img/pattern/ill_05_02.png) no-repeat;
  background-size: auto 50px;
}
.recommend-block .recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -25px;
}
.recommend-block .recommend-list .item {
  position: relative;
  width: 315px;
  margin: 14px 0 14px 25px;
  box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
}
.recommend-block .recommend-list .item a {
  display: block;
  transition: 0.3s;
}
.recommend-block .recommend-list .item a:hover {
  opacity: 0.6;
}
.recommend-block .recommend-list .item:after {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 100px;
  height: 27px;
  margin-left: -50px;
  background: url(../img/pattern/ill_03.png) no-repeat;
  background-size: 100px auto;
  content: "";
}
.recommend-block .recommend-list .item .book-area {
  padding: 35px 20px 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 146px;
}
.recommend-block .recommend-list .item .book-area .img img {
  max-width: 100px;
  max-height: 140px;
}
.recommend-block .recommend-list .item .book-area .txt-box {
  width: 150px;
}
.recommend-block .recommend-list .item .tag {
  display: inline-block;
}
.recommend-block .recommend-list .item .title {
  margin-top: 15px;
  font-weight: bold;
}
.recommend-block .recommend-list .item .title span {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  color: #888;
  font-weight: normal;
}
.recommend-block .recommend-list .item dl dt {
  position: relative;
  padding: 15px 0 10px 20px;
  background: #fff;
  color: #009b74;
  font-size: 16px;
  font-weight: bold;
}
.recommend-block .recommend-list .item dl dt:before {
  content: "";
  width: 25px;
  height: 15px;
  display: inline-block;
  background: url(../img/icon/recommend-leaf.png) no-repeat;
  vertical-align: middle;
  background-size: 100%;
  margin-right: 5px;
}
.recommend-block .recommend-list .item dl dd {
  padding: 15px 20px;
}
.recommend-block .btn-deco01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .recommend-block {
    padding: 30px 10px 35px;
    box-sizing: border-box;
  }
  .recommend-block .title-deco01 img {
    width: 124px;
  }
  .recommend-block .title-deco01 span {
    width: 190px;
  }
  .recommend-block .title-deco01 span:after, .recommend-block .title-deco01 span:before {
    top: 25px;
    width: 58px;
    height: 27px;
  }
  .recommend-block .title-deco01 span:after {
    left: -40px;
    background-size: auto 29px;
  }
  .recommend-block .title-deco01 span:before {
    right: -40px;
    background-size: auto 29px;
  }
  .recommend-block .recommend-list {
    margin-top: 15px;
    margin-left: 0;
  }
  .recommend-block .recommend-list .item {
    width: 100%;
    margin: 10px 0;
  }
  .recommend-block .recommend-list .item:after {
    top: -13px;
    width: 82px;
    height: 27px;
    margin-left: -41px;
    background-size: 82px auto;
  }
  .recommend-block .recommend-list .item .book-area {
    padding: 20px 10px 0;
    min-height: initial;
  }
  .recommend-block .recommend-list .item .book-area img {
    width: 92px;
  }
  .recommend-block .recommend-list .item .book-area .txt-box {
    width: calc(100% - 106px);
  }
  .recommend-block .recommend-list .item .tag {
    display: block;
    width: 50px;
    box-sizing: border-box;
  }
  .recommend-block .recommend-list .item .title {
    margin-top: 10px;
    font-size: 12px;
  }
  .recommend-block .recommend-list .item .title span {
    font-size: 10px;
  }
  .recommend-block .recommend-list .item dl dt {
    padding: 6px 0 6px 10px;
    font-size: 14px;
  }
  .recommend-block .recommend-list .item dl dt:before {
    width: 22px;
    height: 12px;
  }
  .recommend-block .recommend-list .item dl dd {
    padding: 10px;
    font-size: 10px;
    line-height: 1.5;
  }
  .recommend-block .btn-deco01 {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}
/*===============================
 お知らせ
=============================== */
.news-block {
  padding: 60px 0;
}
.news-block .content-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1040px) {
  .news-block .content-inner {
    flex-direction: column;
    align-items: center;
  }
}
.news-block .box {
  position: relative;
  width: 488px;
}
.news-block .box .title-deco01 {
  padding: 0 10px 15px 15px;
  border-bottom: 2px solid #000;
}
.news-block .box .title-deco01 img {
  margin: 0;
}
.news-block .box .btn-deco01 {
  position: absolute;
  top: 10px;
  right: 5px;
}
.news-block .box .news-list li a {
  display: block;
}
.news-block .news-list {
  margin-top: 10px;
}
.news-block .news-list li {
  position: relative;
}
.news-block .news-list li a {
  padding: 14px 5px;
  transition: 0.3s;
  display: flex;
}
.news-block .news-list li a .sub {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  margin-right: 10px;
}
.news-block .news-list li a .tag02 {
  margin-right: 12px;
  font-weight: normal;
}
.news-block .news-list li + li {
  border-top: 1px dashed #000;
}
.news-block .box.right {
  width: 472px;
}
@media screen and (max-width: 1040px) {
  .news-block .box.right {
    margin-top: 60px;
    margin-inline: auto;
  }
}
.news-block .box.right .x-item {
  position: relative;
  padding: 64px 32px 32px;
  background: #F9F5EE;
  max-width: 472px;
}
.news-block .box.right .x-item::before, .news-block .box.right .x-item::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 120px;
  height: 50px;
}
.news-block .box.right .x-item::before {
  left: 16px;
  background: url(../img/top/title_x_point_01.png) center top/cover;
}
.news-block .box.right .x-item::after {
  right: 16px;
  background: url(../img/top/title_x_point_02.png) center top/cover;
}
.news-block .box.right .x-item .ballon-box {
  position: relative;
}
.news-block .box.right .x-item .ballon-box .ballon-text {
  position: absolute;
  top: 9px;
  right: 50%;
  transform: translate(50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.news-block .box.right .x-item .x-title {
  position: relative;
  margin-inline: auto;
  margin-bottom: 24px;
  padding-bottom: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.news-block .box.right .x-item .x-title::after {
  position: absolute;
  bottom: 0;
  left: -14.5px;
  content: "";
  width: 290px;
  height: 8px;
  background: left top/cover url(../img/top/title_x_point_03.png) no-repeat;
}
.news-block .box.right .x-item .x-inner {
  padding: 23px 32px 32px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.news-block .box.right .x-item .x-inner .balloon {
  margin-inline: auto;
}
.news-block .box.right .x-item .x-inner .x-lead, .news-block .box.right .x-item .x-inner .x-info-item, .news-block .box.right .x-item .x-inner .text-bottom {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.news-block .box.right .x-item .x-inner .x-lead {
  margin-top: 17px;
  text-align: center;
}
.news-block .box.right .x-item .x-inner .x-info-list {
  margin-top: 1.2em;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-block .box.right .x-item .x-inner .text-bottom {
  margin-top: 1em;
  text-align: center;
}
.news-block .box.right .x-item .x-inner .deco-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.news-block .box.right .x-item .x-inner .deco-box .deco-text {
  margin-inline: 18px 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #F1B243;
}
.news-block .box.right .x-item .x-inner .x-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  margin-inline: auto;
  padding: 12px 17px 12px 16px;
  max-width: 344px;
  max-height: 48px;
  border-radius: 8px;
  transition: opacity 0.3s ease-in;
  background: url(../img//top/x_btn_bg.png);
}
@media (any-hover: hover) {
  .news-block .box.right .x-item .x-inner .x-btn:hover {
    opacity: 0.8;
  }
}
.news-block .box.right .x-item .x-inner .x-btn .x-icon {
  margin-bottom: -8px;
}
.news-block .box.right .x-item .x-inner .x-btn .arrow-icon {
  margin-right: -3px;
}
.news-block .box.right .x-item .x-inner .x-btn .text {
  display: flex;
  gap: 4px;
  margin-inline: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.news-block .tw-pos-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .news-block {
    padding: 28px 10px 30px;
    box-sizing: border-box;
  }
  .news-block .content-inner {
    display: block;
  }
  .news-block .box {
    float: none;
    width: 100%;
  }
  .news-block .box .title-deco01 {
    padding: 0 0 10px;
    border-width: 1px;
  }
  .news-block .box .title-deco01 img {
    width: 220px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .news-block .box .title-deco01 img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .news-block .box .btn-deco01 {
    top: -2px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-block .news-list {
    margin-top: 15px;
  }
  .news-block .news-list li a {
    padding: 13px 3px;
    display: block;
  }
  .news-block .news-list li a .sub {
    position: static;
    font-size: 12px;
  }
  .news-block .news-list li a .text {
    margin-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .news-block .box.right .x-item {
    margin-inline: -10px;
    padding: 78px 16px 16px;
    max-width: 100%;
  }
  .news-block .box.right .x-item::before, .news-block .box.right .x-item::after {
    content: "";
    position: absolute;
    top: 24px;
    width: 95.34px;
    height: 39.72px;
  }
  .news-block .box.right .x-item::before {
    left: 12.71px;
  }
  .news-block .box.right .x-item::after {
    right: 12.71px;
  }
  .news-block .box.right .x-item .ballon-box img {
    width: auto;
    height: 49px;
  }
  .news-block .box.right .x-item .ballon-box .ballon-text {
    top: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
  }
  .news-block .box.right .x-item .x-title {
    padding-bottom: 20.45px;
    font-size: 18px;
  }
  .news-block .box.right .x-item .x-title::after {
    left: -23px;
    width: 270px;
    height: 7.45px;
  }
  .news-block .box.right .x-item .x-inner {
    padding: 32px;
  }
  .news-block .box.right .x-item .x-inner .x-lead {
    margin-top: 16px;
  }
  .news-block .box.right .x-item .x-inner .deco-box {
    margin-top: 40px;
    margin-left: -4px;
  }
  .news-block .box.right .x-item .x-inner .deco-box .deco-text {
    margin-inline: 7px 3px;
  }
  .news-block .box.right .x-item .x-inner .x-info-list {
    margin-top: 1.5em;
  }
  .news-block .box.right .x-item .x-inner .text-bottom {
    margin-top: 1.5em;
  }
  .news-block .box.right .x-item .x-inner .x-btn {
    position: relative;
    justify-content: flex-start;
    padding: 13px 25px 13px 16px;
    max-width: 288px;
    max-height: 66px;
  }
  .news-block .box.right .x-item .x-inner .x-btn .arrow-icon {
    position: absolute;
    right: 14px;
    margin-right: 0;
  }
  .news-block .box.right .x-item .x-inner .x-btn .text {
    flex-direction: column;
    gap: 3px;
    margin-right: 0;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-block .tw-pos-wrap {
    height: 300px;
  }
}
/*===============================
 プライバシーポリシー
=============================== */
.privacy-block {
  padding: 40px 0 150px;
}
.privacy-block .section-inner {
  margin-top: 25px;
}
.privacy-block .list-block {
  margin-top: 10px;
}
.privacy-block .list-block .item + .item {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .privacy-block {
    padding: 30px 10px 50px;
  }
  .privacy-block .title-deco01 img {
    width: 137px;
  }
  .privacy-block .section-inner {
    margin-top: 15px;
  }
}
.notfound {
  padding: 60px 0 150px;
  text-align: center;
}
.notfound .btn-deco02 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .notfound {
    padding: 40px 10px 60px;
  }
}
.search-book table th span:before,
table.search-book th span:before {
  font-size: 36px;
  color: #00b580;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .search-book table th span:before,
table.search-book th span:before {
    font-size: 30px;
  }
  .title-deco01 img {
    height: auto;
  }
}
/*===============================
 共通フッター
=============================== */
.page-footer {
  position: relative;
  font-size: 12px;
  background-color: #f6f6f6;
}
.page-footer a {
  text-decoration: none;
  color: inherit;
}
.page-footer a:hover {
  text-decoration: underline;
}
.page-footer:after, .page-footer:before {
  position: absolute;
  content: "";
}
.page-footer:before {
  top: -90px;
  left: 50px;
  width: 414px;
  height: 84px;
  background-size: 416px auto;
  background: url("../img/pattern/ill_01.png") no-repeat center;
}
.page-footer:after {
  top: -10px;
  left: 0;
  width: 100%;
  height: 22px;
  background-size: 200px auto;
  background: url("../img/pattern/ill_07.png") repeat-x top center;
}
.page-footer .go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  text-align: center;
  z-index: 1900;
  padding-top: 35px;
  display: none;
}
.page-footer .go-top img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-footer .go-top.checked img {
  -webkit-animation: anime1 0.5s infinite ease alternate, anime2 5s infinite linear alternate;
          animation: anime1 0.5s infinite ease alternate, anime2 5s infinite linear alternate;
}
@-webkit-keyframes anime1 {
  0% {
    left: auto;
    right: 10px;
  }
  100% {
    left: auto;
    right: 0;
  }
}
@keyframes anime1 {
  0% {
    left: auto;
    right: 10px;
  }
  100% {
    left: auto;
    right: 0;
  }
}
@-webkit-keyframes anime2 {
  0% {
    top: auto;
    bottom: 30px;
  }
  100% {
    top: auto;
    bottom: 100vw;
  }
}
@keyframes anime2 {
  0% {
    top: auto;
    bottom: 30px;
  }
  100% {
    top: auto;
    bottom: 100vw;
  }
}
.page-footer .go-top:hover {
  text-decoration: none;
}
.page-footer .go-top img {
  display: block;
  width: 35px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-footer {
    font-size: 12px;
  }
  .page-footer:before {
    top: -40px;
    left: 10px;
    width: 207px;
    height: 42px;
    background-size: 207px auto;
  }
  .page-footer:after {
    top: 0;
    left: 0;
    height: 11px;
    background-size: 100px auto;
  }
  .page-footer .go-top {
    right: 10px;
    font-size: 13px;
    padding-top: 25px;
  }
  .page-footer .go-top img {
    width: 24px;
  }
}
.footer-main {
  display: flex;
  justify-content: space-between;
  width: 780px;
  margin: auto;
  padding: 50px 0 72px;
}
.footer-main ul {
  padding-left: 10px;
  border-left: 1px dotted #ddd;
}
.footer-main ul li + li {
  margin-top: 15px;
}
.footer-main .main-nav {
  width: 400px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.footer-main .main-nav li {
  width: 310px;
}
.footer-main .main-nav li a {
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer-main .main-nav li a.jidousyo i {
  color: #fa9e9e;
}
.footer-main .main-nav li a.jitsuyou i {
  color: #f1b243;
}
.footer-main .main-nav li a.calender i {
  color: #61ced8;
  font-size: 22px;
  margin-left: 4px;
}
.footer-main .main-nav li a .cat-icon {
  margin-right: 8px;
  font-size: 22px;
  line-height: 1;
}
.footer-main .main-nav li a span {
  position: relative;
}
.footer-main .main-nav li a span:after {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  content: "";
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.footer-main .main-nav li a:hover {
  text-decoration: none;
}
.footer-main .main-nav li a:hover span {
  text-decoration: underline;
}
.footer-main .sub-nav {
  padding-left: 20px;
}
.footer-main .sub-nav li + li {
  margin-top: 20px;
}
.footer-main .sub-nav li a {
  position: relative;
}
.footer-main .sub-nav li a:after {
  content: "";
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}
.footer-main .sub-nav + .sub-nav {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer-main {
    display: block;
    width: 100%;
    padding: 0;
  }
  .footer-main ul {
    padding-left: 10px;
    border: none;
  }
  .footer-main ul li + li {
    margin-top: 0;
  }
  .footer-main .main-nav {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .footer-main .main-nav li {
    width: 100%;
  }
  .footer-main .main-nav li a {
    padding: 14px 0;
    font-size: 15px;
  }
  .footer-main .main-nav li a .cat-icon {
    font-size: 27px;
  }
  .footer-main .main-nav li a.calender i {
    font-size: 23px;
  }
  .footer-main .main-nav li a span {
    display: block;
    width: 100%;
  }
  .footer-main .main-nav li a span:after {
    right: 0;
    margin-top: -4px;
    content: "";
    display: inline-block;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
  }
  .footer-main .sub-nav {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .footer-main .sub-nav li {
    width: 5em;
  }
  .footer-main .sub-nav li + li {
    margin-top: 0;
    width: 7em;
  }
  .footer-main .sub-nav li:last-child {
    width: 10em;
  }
  .footer-main .sub-nav li a {
    font-size: 10px;
  }
  .footer-main .sub-nav li a:after {
    right: -6px;
    margin-top: -1px;
    content: "";
    display: inline-block;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
  }
  .footer-main .sub-nav + .sub-nav {
    margin-left: 0;
    padding-top: 0;
  }
}
.footer-sub .links {
  width: 1000px;
  margin: auto;
  padding: 26px 0;
  display: flex;
}
.footer-sub .links .item {
  padding-left: 15px;
  margin-right: 65px;
  position: relative;
}
.footer-sub .links .item::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  display: inline-block;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.footer-sub .copy {
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .footer-sub .links {
    padding: 0 35px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .footer-sub .copy {
    font-size: 10px;
    line-height: 30px;
  }
}
/*
 * モーダル等の背景
 */
.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/*
 * 画像文字
 */
.image-char.search {
  height: 21px;
}

/*
 * Slickカスタマイズ
 */
.slick-arrow {
  z-index: 100;
  border: none;
  background-color: transparent;
  color: transparent;
  outline: none;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  top: 5px;
}
.slick-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  content: "";
  display: inline-block;
  border-top: 2px solid #bdb7ae;
  border-right: 2px solid #bdb7ae;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}
.slick-arrow.slick-prev {
  order: 1;
  left: -5px;
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  order: 3;
  right: -5px;
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .slick-arrow::after {
    width: 6px;
    height: 6px;
  }
  .slick-arrow.slick-prev {
    left: 5px;
  }
  .slick-arrow.slick-next {
    right: 5px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 4px;
  order: 2;
}
.slick-dots li button {
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  color: transparent;
  outline: none;
  margin: 0 7px;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ddd8d2;
  display: block;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: 0.3s;
}
.slick-dots li.slick-active button::before {
  background-color: #bdb7ae;
  transform: scale(1.4);
}

@media screen and (max-width: 768px) {
  .slick-dots {
    top: -1px;
  }
  .slick-dots li button {
    margin: 0;
  }
  .slick-dots li button::before {
    width: 5px;
    height: 5px;
  }
}
.slick-track,
.slick-list {
  height: 100%;
}

.slick-list {
  border-radius: 2px;
  width: 100%;
  order: 0;
}

.yarpp-related .book-block a {
  font-weight: inherit;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.justify-center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sp-order-0 {
    order: 0;
  }
  .sp-order-1 {
    order: 1;
  }
  .sp-order-2 {
    order: 2;
  }
  .sp-order-3 {
    order: 3;
  }
  .sp-order-4 {
    order: 4;
  }
  .sp-order-5 {
    order: 5;
  }
  .sp-order-6 {
    order: 6;
  }
  .sp-order-7 {
    order: 7;
  }
  .sp-order-8 {
    order: 8;
  }
  .sp-order-9 {
    order: 9;
  }
}
.feature-series-wrap {
  padding-bottom: 150px;
}
.feature-series-wrap .hd-banner {
  padding: 35px 0;
  text-align: center;
}
.feature-series-wrap .hd-banner img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature-series-wrap {
    padding: 0 10px 50px;
  }
  .feature-series-wrap .hd-banner {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 10px 30px;
  }
}

.feature-group-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 18px -16px;
}
@media screen and (max-width: 768px) {
  .feature-group-wrap {
    display: block;
    margin: 18px 0 0;
  }
}
.feature-group-wrap li {
  margin: 32px 16px 0;
  width: calc(50% - 32px);
  box-shadow: 0px 2px 4px 0px rgba(204, 204, 204, 0.6);
}
.feature-group-wrap li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 24px 30px 22px;
  padding-bottom: 210px;
  background-color: #fff;
  position: relative;
  transition: opacity 0.3s ease;
  outline: none;
}
.feature-group-wrap li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .feature-group-wrap li {
    margin: 20px 0 0;
    width: auto;
  }
  .feature-group-wrap li a {
    padding: 12px 14px 18px;
  }
}
.feature-group-wrap .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .feature-group-wrap .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.feature-group-wrap .lead {
  font-size: 14px;
  line-height: 1.5714285714;
}
.feature-group-wrap .imgs-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 145px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-group-wrap .imgs-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.feature-group-wrap .imgs-wrap .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-direction: column;
  position: relative;
}
.feature-group-wrap .imgs-wrap .img img {
  max-width: 90px;
  max-height: 124px;
}
.feature-group-wrap .imgs-wrap .img .caption {
  position: absolute;
  bottom: -15px;
  left: 2px;
  right: 2px;
  width: auto;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  max-height: 30px;
  overflow: hidden;
}
.feature-group-wrap .imgs-wrap .img + .img {
  border-left: 1px dotted #ccc;
}
.feature-group-wrap .imgs-wrap.num2 .img {
  padding-left: 30px;
  padding-right: 30px;
}
.feature-group-wrap .imgs-wrap.num3 .img {
  padding-left: 25px;
  padding-right: 25px;
}
.feature-group-wrap .imgs-wrap.num5 .img {
  padding-left: 10px;
  padding-right: 10px;
}
.feature-group-wrap .imgs-wrap.num5 .img img {
  max-width: 75px;
  max-height: 102px;
}
@media screen and (max-width: 768px) {
  .feature-group-wrap .imgs-wrap .img {
    align-items: stretch;
    padding: 5px 6px 5px;
  }
  .feature-group-wrap .imgs-wrap .img img {
    max-width: 76px;
    max-height: 100px;
  }
  .feature-group-wrap .imgs-wrap .img .caption {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    font-size: 10px;
    text-align: center;
    max-height: initial;
    max-height: auto;
    margin-top: 4px;
  }
  .feature-group-wrap .imgs-wrap .img + .img {
    border-left: 1px dotted #ccc;
  }
  .feature-group-wrap .imgs-wrap.num2 .img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature-group-wrap .imgs-wrap.num3 .img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-group-wrap .imgs-wrap.num5 .img {
    padding-left: 5px;
    padding-right: 5px;
  }
  .feature-group-wrap .imgs-wrap.num5 .img img {
    max-width: 60px;
    max-height: 80px;
  }
}

.feature-series-banner a {
  display: block;
  margin: 0 auto;
  width: 1000px;
  transition: opacity 0.3s ease;
}
.feature-series-banner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .feature-series-banner a {
    width: auto;
  }
}
/*# sourceMappingURL=base.css.map */